PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / appendChild Method
New child to add.
In This Topic
    appendChild Method
    In This Topic
    Adds a new child to this structure element.
    Syntax
    public void appendChild( 
       PDFStructureElementContent child
    )

    Parameters

    child
    New child to add.
    See Also